| Package | Description |
|---|---|
| negotiator.issue |
| Modifier and Type | Method and Description |
|---|---|
static ISSUETYPE |
ISSUETYPE.convertToType(java.lang.String typeString) |
ISSUETYPE |
ValueReal.getType() |
ISSUETYPE |
ValueInteger.getType() |
ISSUETYPE |
ValueDiscrete.getType() |
ISSUETYPE |
Value.getType() |
ISSUETYPE |
Objective.getType()
This method is added for convenience.
|
ISSUETYPE |
IssueReal.getType() |
ISSUETYPE |
IssueInteger.getType() |
ISSUETYPE |
IssueDiscrete.getType() |
abstract ISSUETYPE |
Issue.getType() |
static ISSUETYPE |
ISSUETYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ISSUETYPE[] |
ISSUETYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|